home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / X11 / app-defaults / XScreenSaver-gl < prev    next >
Encoding:
Text File  |  2006-07-21  |  20.1 KB  |  563 lines

  1. !
  2. !                              XScreenSaver
  3. !
  4. !            a screen saver and locker for the X window system
  5. !                            by Jamie Zawinski
  6. !
  7. !                              version 4.24
  8. !                              08-Feb-2006
  9. !
  10. ! See "man xscreensaver" for more info.  The latest version is always
  11. ! available at http://www.jwz.org/xscreensaver/
  12.  
  13.  
  14. ! These resources, when placed in the system-wide app-defaults directory
  15. ! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default
  16. ! settings for new users.  However, if you have a ".xscreensaver" file in
  17. ! your home directory, the settings in that file take precedence.
  18.  
  19.  
  20. ! Don't hand this file to "xrdb" -- that isn't how app-defaults files work.
  21. ! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults
  22. ! file, they are used differently, and if you run this file through xrdb,
  23. ! you will probably mess things up.
  24.  
  25. #error Do not run app-defaults files through xrdb!
  26. #error That does not do what you might expect.
  27. #error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead.
  28.  
  29. ! /* (xrdb prevention kludge: whole file)
  30.  
  31. *mode:            random
  32. *timeout:        0:10:00
  33. *cycle:            0:10:00
  34. *lockTimeout:        0:20:00
  35. *passwdTimeout:        0:00:30
  36. *dpmsEnabled:        True
  37. *dpmsStandby:        1:00:00
  38. *dpmsSuspend:        1:00:00
  39. *dpmsOff:        2:00:00
  40. *grabDesktopImages:    False
  41. *grabVideoFrames:    False
  42. *chooseRandomImages:    True
  43. *imageDirectory:    /usr/share/backgrounds
  44. *nice:            10
  45. *memoryLimit:        0
  46. *lock:            True
  47. *lockVTs:        True
  48. *verbose:        False
  49. *timestamp:        True
  50. *fade:            True
  51. *unfade:        False
  52. *fadeSeconds:        0:00:03
  53. *fadeTicks:        20
  54. *splash:        True
  55. *splashDuration:    0:00:05
  56. *visualID:        default
  57. *captureStderr:     False
  58. *ignoreUninstalledPrograms: False
  59.  
  60. *textMode:        url
  61. *textLiteral:        XScreenSaver
  62. *textFile:        /usr/share/doc/xserver-common/copyright
  63. *textProgram:        fortune
  64. *textURL:        http://fridge.ubuntu.com/node/feed
  65.  
  66. *overlayTextForeground:    #FFFF00
  67. *overlayTextBackground:    #000000
  68. *overlayStderr:        True
  69. *font:            *-medium-r-*-140-*-m-*
  70.  
  71. ! The default is to use these extensions if available (as noted.)
  72. *sgiSaverExtension:    True
  73. *xidleExtension:    True
  74. *procInterrupts:    True
  75.  
  76. ! Set this to True if you are experiencing longstanding XFree86 bug #421
  77. ! (xscreensaver not covering the whole screen)
  78. GetViewPortIsFullOfLies: False
  79.  
  80. ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
  81. *demoCommand: xscreensaver-demo
  82.  
  83. ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
  84. *prefsCommand: xscreensaver-demo -prefs
  85.  
  86. ! This is the URL loaded by the "Help" button on the splash screen,
  87. ! and by the "Documentation" menu item in xscreensaver-demo.
  88. *helpURL: http://www.jwz.org/xscreensaver/man.html
  89.  
  90. ! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
  91. ! manualCommand -- how the "Documentation" buttons display man pages.
  92. !
  93. ! And there are so very many options to choose from!
  94.  
  95. *loadURL: x-www-browser '%s'
  96. *manualCommand: x-terminal-emulator -title '%s manual' \
  97.         -e '/bin/sh -c "man %s; read foo"'
  98.  
  99. !
  100. !   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
  101. !
  102. #*loadURL: gnome-open '%s'
  103. #*manualCommand: gnome-terminal --title '%s manual' \
  104. #        --command '/bin/sh -c "man %s; read foo"'
  105. #!
  106. #!   Gnome 2.2:
  107. #!
  108. #!    *loadURL: gnome-url-show '%s'
  109. #!    *manualCommand: gnome-terminal --title '%s manual' \
  110. #!            --command '/bin/sh -c "man %s; read foo"'
  111. #!
  112. #!   Gnome 1.4:
  113. #!
  114. #!    *loadURL: gnome-moz-remote --newwin '%s'
  115. #!    *manualCommand: gnome-help-browser 'man:%s'
  116. #!
  117. #!   non-Gnome systems:
  118. #!
  119. #!    *loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
  120. #!    *manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
  121. #!                -e /bin/sh -c 'man "%s" ; read foo'
  122.  
  123.  
  124. ! The format used for printing the date and time in the password dialog box
  125. ! (see the strftime(3) manual page for details.)
  126. *dateFormat:  %Y-%m-%d %H:%M:%S
  127. ! Original upstream date format:
  128. ! *dateFormat:        %d-%b-%y (%a); %I:%M %p
  129. ! To show the time only:
  130. ! *dateFormat:        %I:%M %p
  131. ! For 24 hour time:
  132. ! *dateFormat:        %H:%M
  133.  
  134.  
  135. ! This command is executed by the "New Login" button on the lock dialog.
  136. ! (That button does not appear if this program does not exist.)
  137. !
  138. *newLoginCommand:    gdmflexiserver -l -a -c FLEXI_XSERVER
  139.  
  140.  
  141. ! Turning on "installColormap" on 8-bit systems interacts erratically with
  142. ! certain jurassic window managers.  If your screen turns some color other
  143. ! than black, the window manager is buggy, and you need to set this resource
  144. ! to false.  Or switch WMs.  Or join the 21st century and get a 24-bit
  145. ! graphics card.
  146. !
  147. *installColormap:    True
  148.  
  149.  
  150. ! This is the list of installed screen saver modes.  See "man xscreensaver"
  151. ! for the syntax used here.
  152. !
  153. ! If you want to disable a screensaver, DO NOT remove it from this list:
  154. ! instead, mark it as inactive by placing a "-" at the beginning of the line.
  155. !
  156. ! You can use the `xscreensaver-demo' program to edit the current list of
  157. ! screen savers interactively.
  158. !
  159. *programs:                                      \
  160.          "Qix (solid)"     qix -root -solid -segments 100            \n\
  161.        "Qix (transparent)"     qix -root -count 4 -solid -transparent        \n\
  162.         "Qix (linear)"     qix -root -count 5 -solid -transparent          \
  163.                   -linear -segments 250 -size 100        \n\
  164. -           "Qix (xor)"     qix -root -linear -count 5 -size 200          \
  165.                   -spread 30 -segments 75 -solid -xor        \n\
  166.                                           \
  167.       "Attraction (balls)"     attraction -root -mode balls            \n\
  168.       "Attraction (lines)"     attraction -root -mode lines -points 3          \
  169.                   -segments 200                    \n\
  170. -       "Attraction (poly)"     attraction -root -mode polygons            \n\
  171.     "Attraction (splines)"     attraction -root -mode splines -segments      \
  172.                   300                        \n\
  173.     "Attraction (orbital)"     attraction -root -mode lines -radius 300      \
  174.                   -orbit -vmult 0.5                \n\
  175.                                           \
  176.                 pyro -root                    \n\
  177.                 rocks -root                    \n\
  178.                 helix -root                    \n\
  179.                 pedal -root                    \n\
  180.                 rorschach -root -offset 7            \n\
  181.                 hopalong -root                    \n\
  182.                 greynetic -root                    \n\
  183.                 imsmap -root                    \n\
  184.                 slidescreen -root                \n\
  185.                 decayscreen -root                \n\
  186.                 jigsaw -root                    \n\
  187.                 blitspin -root -grab                \n\
  188.                 slip -root                    \n\
  189.                 distort -root                    \n\
  190.                 spotlight -root                    \n\
  191.           "Ripples (oily)"    ripples -root -oily -light 2            \n\
  192.           "Ripples (stir)"    ripples -root -oily -light 2 -stir        \n\
  193.        "Ripples (desktop)"    ripples -root -water -light 6            \n\
  194.                 hypercube -root                    \n\
  195. -                hyperball -root                    \n\
  196.                 halo -root                    \n\
  197.                 maze -root                    \n\
  198.                 noseguy -root                    \n\
  199.                 flame -root                    \n\
  200. -                lmorph -root                    \n\
  201.                 deco -root                    \n\
  202.                 moire -root                    \n\
  203.                 moire2 -root                    \n\
  204.                 lightning -root                    \n\
  205.                 strange -root                    \n\
  206. -                spiral -root                    \n\
  207.                 laser -root                    \n\
  208.                 grav -root                    \n\
  209.            "Grav (trails)"     grav -root -trail -decay            \n\
  210.                 drift -root                    \n\
  211.                 ifs -root                    \n\
  212.                 julia -root                    \n\
  213.                 penrose -root                    \n\
  214. -                sierpinski -root                \n\
  215.                 braid -root                    \n\
  216.                 galaxy -root                    \n\
  217.                 bouboule -root                    \n\
  218.                 swirl -root                    \n\
  219.                 flag -root                    \n\
  220.                 sphere -root                    \n\
  221.                 forest -root                    \n\
  222. -                lisa -root                    \n\
  223. -                lissie -root                    \n\
  224.                 goop -root -max-velocity 0.5 -elasticity      \
  225.                   0.9                        \n\
  226.                 starfish -root                    \n\
  227.          "Starfish (blob)"     starfish -root -blob                \n\
  228.                 munch -root                    \n\
  229.                 mismunch -root                    \n\
  230.                 fadeplot -root                    \n\
  231.                 coral -root -delay 0                \n\
  232.                 mountain -root                    \n\
  233.                 triangle -root -delay 1                \n\
  234. -                worm -root                    \n\
  235. -                rotor -root                    \n\
  236. -                demon -root                    \n\
  237. -                loop -root                    \n\
  238. -                vines -root                    \n\
  239.                 kaleidescope -root                \n\
  240.                 xjack -root                    \n\
  241.                 xlyap -root -randomize                \n\
  242.                 cynosure -root                    \n\
  243.                 flow -root                    \n\
  244.                 epicycle -root                    \n\
  245.                 interference -root                \n\
  246.                 truchet -root -randomize            \n\
  247.                 bsod -root                    \n\
  248.                 crystal -root                    \n\
  249.                 discrete -root                    \n\
  250.                 kumppa -root                    \n\
  251.                 rd-bomb -root                    \n\
  252.         "RD-Bomb (mobile)"     rd-bomb -root -speed 1 -size 0.1        \n\
  253.                 sonar -root                    \n\
  254.                 t3d -root                    \n\
  255.                 penetrate -root                    \n\
  256.                 deluxe -root                    \n\
  257.                 compass -root                    \n\
  258.                 squiral -root                    \n\
  259.                 xflame -root                    \n\
  260.                 wander -root                    \n\
  261.           "Wander (spots)"     wander -root -advance 0 -size 10 -circles     \
  262.                   -length 10000 -reset 100000            \n\
  263. -                critical -root                    \n\
  264.                 phosphor -root                    \n\
  265.                 xmatrix -root                    \n\
  266.                 petri -root -size 2 -count 20            \n\
  267.              "Petri 2"     petri -root -minlifespeed 0.02              \
  268.                   -maxlifespeed 0.03 -minlifespan 1          \
  269.                   -maxlifespan 1 -instantdeathchan 0          \
  270.                   -minorchan 0 -anychan 0.3            \n\
  271.                 shadebobs -root                    \n\
  272.                 ccurve -root                    \n\
  273.                 blaster -root                    \n\
  274.                 bumps -root                    \n\
  275.                 xteevee -root                    \n\
  276.                 xanalogtv -root                    \n\
  277.                 xspirograph -root                \n\
  278.                 nerverot -root                    \n\
  279. -        "NerveRot (dense)"    nerverot -root -count 1000            \n\
  280. -        "NerveRot (thick)"    nerverot -root -count 100 -line-width 4       \
  281.                     -max-nerve-radius 0.8 -nervousness 0.5 -db  \n\
  282.                 xrayswarm -root                    \n\
  283. -           "Zoom (Fatbits)"    zoom -root                    \n\
  284.            "Zoom (Lenses)"    zoom -root -lenses                \n\
  285.                 rotzoomer -root                    \n\
  286. -       "RotZoomer (mobile)" rotzoomer -root -move                \n\
  287. -       "RotZoomer (sweep)"  rotzoomer -root -sweep                \n\
  288.                 whirlwindwarp -root                \n\
  289.                  "WhirlyGig"    whirlygig -root                    \n\
  290.                  "SpeedMine"    speedmine -root                    \n\
  291.                  "SpeedWorm"    speedmine -root -worm                \n\
  292.                          vermiculate -root                \n\
  293.                          twang -root                    \n\
  294.                          apollonian -root                \n\
  295.                          euler2d -root                    \n\
  296.          "Euler2d (dense)"    euler2d -root -count 4000 -eulertail 400      \
  297.                   -ncolors 230                    \n\
  298. -                         juggle -root                    \n\
  299.                          polyominoes -root                \n\
  300. -                         thornbird -root                    \n\
  301.                          fluidballs -root                \n\
  302.                          anemone -root                    \n\
  303.                          halftone -root                    \n\
  304.                          metaballs -root                    \n\
  305.                          eruption -root                    \n\
  306.                          popsquares -root                \n\
  307.                          barcode -root                    \n\
  308.                          piecewise -root                    \n\
  309.                          cloudlife -root                    \n\
  310.            "FontGlide"    fontglide -root -page                \n\
  311.     "FontGlide (scroller)"    fontglide -root -scroll                \n\
  312.                 apple2 -root                    \n\
  313.                                 bubbles -root                    \n\
  314.                 pong -root                    \n\
  315.                 wormhole -root                    \n\
  316.                 pacman -root                    \n\
  317.                 fuzzyflakes -root                \n\
  318.                 anemotaxis -root                \n\
  319.                 memscroller -root                \n\
  320.                 substrate -root                    \n\
  321.      "Substrate (circles)"  substrate -root -circle-percent 33          \n\
  322.                 intermomentary -root                \n\
  323.                 interaggregate -root                \n\
  324.                 fireworkx -root                    \n\
  325.                 fiberlamp -root                    \n\
  326.                 boxfit -root                    \n\
  327.                 celtic -root                    \n\
  328. - default-n:            webcollage -root                \n\
  329. - default-n:  "WebCollage (whacked)"                          \
  330.                 webcollage -root -filter              \
  331.                   'vidwhacker -stdin -stdout'            \n\
  332. - default-n:            vidwhacker -root                \n\
  333.                                           \
  334.        GL:            gears -root                    \n\
  335.        GL:    "Gears (planetary)" gears -root -planetary            \n\
  336.        GL:            superquadrics -root                \n\
  337.        GL:            morph3d -root                    \n\
  338.        GL:            cage -root                    \n\
  339.        GL:            moebius -root                    \n\
  340.        GL:            stairs -root                    \n\
  341.        GL:            pipes -root                    \n\
  342.        GL:            sproingies -root                \n\
  343.        GL:            rubik -root                    \n\
  344.        GL:            atlantis -root -gradient            \n\
  345.        GL:            lament -root                    \n\
  346.        GL:            bubble3d -root                    \n\
  347.        GL:            glplanet -root                    \n\
  348.        GL:            flurry -root -preset random            \n\
  349.        GL:            pulsar -root                    \n\
  350. -       GL:       "Pulsar (textures)"                          \
  351.                   pulsar -root -texture -mipmap              \
  352.                   -texture_quality -light -fog            \n\
  353.        GL:            extrusion -root                    \n\
  354.        GL:            sierpinski3d -root                \n\
  355.        GL:            menger -root                    \n\
  356.        GL:     "GFlux"    gflux -root                    \n\
  357.        GL:     "GFlux (grab)"    gflux -root -mode grab                \n\
  358.        GL:            stonerview -root                \n\
  359.        GL:            starwars -root                    \n\
  360.        GL:            gltext -root                    \n\
  361.        GL:    "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root        \n\
  362.        GL:             molecule -root -shells                \n\
  363.        GL:            dangerball -root                \n\
  364.        GL:            circuit -root                    \n\
  365.        GL:            engine -root                    \n\
  366.        GL:            flipscreen3d -root                \n\
  367.        GL:            glsnake -root                    \n\
  368.        GL:            boxed -root                    \n\
  369. -       GL:    "GLForestFire"        glforestfire -root            \n\
  370. -       GL:    "GLForestFire (rain)"    glforestfire -root -count 0        \n\
  371. -       GL:            sballs -root                    \n\
  372.        GL:            cubenetic -root                    \n\
  373.        GL:            spheremonics -root                \n\
  374.        GL:            lavalite -root                    \n\
  375.        GL:            queens -root                    \n\
  376.        GL:            endgame -root                    \n\
  377. -       GL:            glblur -root                    \n\
  378.        GL:            atunnel -root                    \n\
  379.        GL:            flyingtoasters -root                \n\
  380.        GL:            bouncingcow -root                \n\
  381.        GL:            jigglypuff -root -random            \n\
  382.        GL:            klein -root -random                \n\
  383.        GL:    "HyperTorus (striped)" hypertorus -root                \n\
  384.        GL:    "HyperTorus (solid)"   hypertorus -root -solid -transparent \n\
  385.        GL:            glmatrix -root                    \n\
  386.        GL:            cubestorm -root                    \n\
  387.        GL:            glknots -root                    \n\
  388.        GL:            blocktube -root                    \n\
  389.        GL:            flipflop -root                    \n\
  390.        GL:            antspotlight -root                \n\
  391. -       GL:            glslideshow -root                \n\
  392.        GL:            polytopes -root                    \n\
  393.        GL:            gleidescope -root                \n\
  394. -        GL:            mirrorblob -root                \n\
  395.        GL:        "MirrorBlob (color only)"                      \
  396.                                 mirrorblob -root -colour -no-texture        \n\
  397.        GL:            blinkbox -root                    \n\
  398.        GL:            noof -root                    \n\
  399.        GL:            polyhedra -root                    \n\
  400. -       GL:                  antinspect -root                            \n\
  401.        GL:            providence -root                \n\
  402.        GL:    "Pinion (large gears)"    pinion -root                \n\
  403.        GL:    "Pinion (small gears)"    pinion -root -size 0.2 -scroll 0.3  \n\
  404.        GL:            boing -root -lighting -smooth            \n\
  405. -       GL:                  carousel -root                              \n\
  406.        GL:            fliptext -root                    \n\
  407. -       GL:                  antmaze -root                               \n\
  408.        GL:            tangram -root                    \n\
  409.        GL:            crackberg -root -flat -lit -crack          \
  410.                  -color random                    \n\
  411.        GL:            glhanoi -root                    \n\
  412.        GL:            cube21 -root -colormode six            \n\
  413.        GL:            timetunnel -root                \n\
  414.        GL:            juggler3d -root                    \n\
  415.                                           \
  416. -                xdaliclock -root -builtin3 -cycle        \n\
  417. - default-n:            xearth -nofork -nostars -ncolors 50          \
  418.                   -night 3 -wait 0 -timewarp 400.0 -pos          \
  419.                   sunrel/38/-30                    \n\
  420. -                xplanet -vroot -wait 1 -timewarp 90000        \
  421.                                   -label -origin moon                \n\
  422. -                xmountains -b -M -Z 0 -r 1            \n\
  423. -    "XMountains (top)"    xmountains -b -M -Z 0 -r 1 -m            \n\
  424. -                               xaos -root -autopilot -nogui -delay 10000     \
  425.                                   -maxframerate 30                            \
  426.                                   -incoloring -1 -outcoloring -1            \n\
  427. -                xfishtank -d -s                             \n\
  428. -                xsnow                                       \n\
  429. -                goban -root                                 \n\
  430. -                electricsheep                               \n\
  431. -                cosmos -root                                \n\
  432. -       GL:                  sphereEversion --root                       \n\
  433. -       GL:                  fireflies -root                             \n
  434.  
  435.  
  436.  
  437. !=============================================================================
  438. !
  439. !      You probably don't want to change anything after this point.
  440. !
  441. !=============================================================================
  442.  
  443.  
  444. XScreenSaver.pointerPollTime:        0:00:05
  445. XScreenSaver.pointerHysteresis:        10
  446. XScreenSaver.initialDelay:        0:00:00
  447. XScreenSaver.windowCreationTimeout:    0:00:30
  448. XScreenSaver.bourneShell:        /bin/sh
  449.  
  450.  
  451. ! Resources for the password and splash-screen dialog boxes of
  452. ! the "xscreensaver" daemon.
  453. !
  454. *Dialog.headingFont:        *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
  455. *Dialog.bodyFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  456. *Dialog.labelFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  457. *Dialog.buttonFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  458. *Dialog.dateFont:        *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
  459. ! Helvetica asterisks look terrible.
  460. !*passwd.passwdFont:        *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
  461. *passwd.passwdFont:        *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
  462.  
  463. *Dialog.foreground:        #000000
  464. *Dialog.background:        #E6E6E6
  465. *Dialog.Button.foreground:    #000000
  466. *Dialog.Button.background:    #F5F5F5
  467. !*Dialog.Button.pointBackground: #EAEAEA
  468. !*Dialog.Button.clickBackground: #C3C3C3
  469. *Dialog.text.foreground:    #000000
  470. *Dialog.text.background:    #FFFFFF
  471. *passwd.thermometer.foreground:    #4464AC
  472. *passwd.thermometer.background:    #FFFFFF
  473. *Dialog.topShadowColor:        #FFFFFF
  474. *Dialog.bottomShadowColor:    #CECECE
  475. *Dialog.logo.width:        210
  476. *Dialog.logo.height:        210
  477. *Dialog.internalBorderWidth:    24
  478. *Dialog.borderWidth:        1
  479. *Dialog.shadowThickness:    2
  480.  
  481. *passwd.heading.label:        XScreenSaver %s
  482. *passwd.body.label:        Please enter your password.
  483. *passwd.login.label:        New Login
  484. *passwd.user.label:        Username:
  485. *passwd.passwd.label:        Password:
  486. *passwd.thermometer.width:    8
  487. *passwd.asterisks:              True
  488.  
  489. *splash.heading.label:        XScreenSaver %s
  490. *splash.body.label:        Copyright ⌐ 1991-2005 by
  491. *splash.body2.label:        Jamie Zawinski <jwz@jwz.org>
  492. *splash.demo.label:        Settings
  493. *splash.help.label:        Help
  494.  
  495.  
  496. !=============================================================================
  497. !
  498. ! Pretty names for the hacks that have unusual capitalization.
  499. !
  500. !=============================================================================
  501.  
  502. *hacks.imsmap.name:         IMSmap
  503. *hacks.slidescreen.name:    SlideScreen
  504. *hacks.decayscreen.name:    DecayScreen
  505. *hacks.blitspin.name:       BlitSpin
  506. *hacks.lmorph.name:         LMorph
  507. *hacks.ifs.name:            IFS
  508. *hacks.fadeplot.name:       FadePlot
  509. *hacks.bsod.name:           BSOD
  510. *hacks.rd-bomb.name:        RD-Bomb
  511. *hacks.t3d.name:            T3D
  512. *hacks.shadebobs.name:      ShadeBobs
  513. *hacks.ccurve.name:         C Curve
  514. *hacks.xteevee.name:        XTeeVee
  515. *hacks.xanalogtv.name:      XAnalogTV
  516. *hacks.xspirograph.name:    XSpiroGraph
  517. *hacks.nerverot.name:       NerveRot
  518. *hacks.webcollage.name:     WebCollage
  519. *hacks.vidwhacker.name:     VidWhacker
  520. *hacks.morph3d.name:        Morph3D
  521. *hacks.bubble3d.name:       Bubble3D
  522. *hacks.sierpinski3d.name:   Sierpinski3D
  523. *hacks.gflux.name:          GFlux
  524. *hacks.xrayswarm.name:      XRaySwarm
  525. *hacks.whirlwindwarp.name:  WhirlwindWarp
  526. *hacks.rotzoomer.name:      RotZoomer
  527. *hacks.stonerview.name:     StonerView
  528. *hacks.starwars.name:       StarWars
  529. *hacks.dangerball.name:     DangerBall
  530. *hacks.whirlygig.name:      WhirlyGig
  531. *hacks.speedmine.name:      SpeedMine
  532. *hacks.glforestfire.name:   GLForestFire
  533. *hacks.sballs.name:         SBalls
  534. *hacks.xdaliclock.name:     XDaliClock
  535. *hacks.xplanetbg.name:      XPlanet
  536. *hacks.xplanet.name:        XPlanet
  537. *hacks.xaos.name:           XaoS
  538. *hacks.xfishtank.name:      XFishTank
  539. *hacks.electricsheep.name:  ElectricSheep
  540. *hacks.sphereEversion.name: SphereEversion
  541. *hacks.fluidballs.name:     FluidBalls
  542. *hacks.flyingtoasters.name: FlyingToasters
  543. *hacks.bouncingcow.name:    BouncingCow
  544. *hacks.jigglypuff.name:     JigglyPuff
  545. *hacks.hypertorus.name:     HyperTorus
  546. *hacks.cubestorm.name:      CubeStorm
  547. *hacks.blocktube.name:      BlockTube
  548. *hacks.flipflop.name:       FlipFlop
  549. *hacks.antspotlight.name:   AntSpotlight
  550. *hacks.fontglide.name:      FontGlide
  551. *hacks.mirrorblob.name:     MirrorBlob
  552. *hacks.blinkbox.name:       BlinkBox
  553. *hacks.fuzzyflakes.name:    FuzzyFlakes
  554. *hacks.memscroller.name:    MemScroller
  555. *hacks.boxfit.name:         BoxFit
  556. *hacks.fliptext.name:       FlipText
  557. *hacks.glhanoi.name:        GLHanoi
  558.  
  559. ! obsolete, but still used by xscreensaver-demo-Xm.
  560. *hacks.documentation.isInstalled: True
  561.  
  562. ! (xrdb prevention kludge: whole file) */
  563.